home *** CD-ROM | disk | FTP | other *** search
- Path: uwm.edu!caen!newberry
- From: newberry@news-server.engin.umich.edu (byron lee newberry)
- Newsgroups: comp.lang.c
- Subject: Parsing an input stream?
- Date: 26 Feb 1996 14:06:33 GMT
- Organization: University of Michigan Engineering, Ann Arbor
- Message-ID: <4gsep9$ho8@srvr1.engin.umich.edu>
- NNTP-Posting-Host: newberry@hartog.engin.umich.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hello,
-
- I am currently working on coding a symbolic manipulation program to perform
- tasks such as mutliplying out large polynomials, etc. I have a pretty
- good idea how to program the beast except for the parsing of the input
- stream. I have built up a very simple parser using basic string manipulation
- functions, but it is very crued. Are libraries around that make this
- a simplier job? It would seem to me that parsing would be a common task.
- I appreciate any and all advice. Thanks for your time.
-
- Byron
-